home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETIAS.IN_ / netias.inf
Encoding:
INI File  |  2003-03-24  |  4.4 KB  |  154 lines

  1. ; -- NETIAS.INX --
  2. ;
  3. ; Microsoft Internet Authentication Service
  4. ;
  5. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  6.  
  7. [version]
  8. signature      = "$Windows NT$"
  9. LayoutFile     = layout.inf
  10. Provider       = %Msft%
  11. DriverVer=10/01/2002,5.2.3790.0
  12.  
  13.  
  14. ;
  15. ; For Optional Components Use Only
  16. ;
  17.  
  18. [IAS]
  19. Uninstall      = IAS.Remove
  20. RegisterDlls   = IAS.Register
  21. ; remove the old Shortcut for CHT, then add the new one
  22. ProfileItems   = IAS.OldShortcut.Remove, IAS.Shortcut.Add
  23. StartServices  = IAS
  24. Upgrade           = IAS.Upgrade
  25.  
  26. ; Do not copy ias.mdb 
  27. ;CopyFiles      = IAS.AddService.CopyFiles
  28.  
  29.  
  30. [IAS.Services]
  31. ; 0x10 = SPSVCINST_NOCLOBBER_STARTTYPE
  32. AddService     = IAS, 0x10, IAS.AddService
  33.  
  34. [IAS.Remove]
  35. DelReg         = IAS.DelReg
  36. UnregisterDlls = IAS.Unregister
  37. ProfileItems   = IAS.Shortcut.Remove
  38.  
  39. [IAS.Remove.Services]
  40. DelService     = IAS
  41.  
  42. ;
  43. ; SNMP Extension Agent
  44. ;
  45.  
  46. [IAS.SNMPAgent]
  47. AddAgent       = IAS.AddSNMPAgent
  48.  
  49. [IAS.Remove.SNMPAgent]
  50. DelAgent       = IAS.Remove.DelSNMPAgent
  51.  
  52. [IAS.AddSNMPAgent]
  53. ServiceName    = "IAS"
  54. AgentName      = "IASAgent"
  55. AgentPath      = "%SystemRoot%\System32\iasperf.dll"
  56.  
  57. [IAS.Remove.DelSNMPAgent]
  58. AgentName      = "IASAgent"
  59.  
  60.  
  61. ;
  62. ; COM Object registration
  63. ;
  64.  
  65. [IAS.Register]
  66. 11,, iasperf.dll, 1
  67.  
  68.  
  69. [IAS.Unregister]
  70. 11,, iasperf.dll, 1
  71.  
  72.  
  73. ;
  74. ; Administrative Tools shortcut
  75. ;
  76.  
  77. [IAS.Shortcut.Add]
  78. Name            = %IAS_Shortcut_Display%
  79. CmdLine         = 11,,"ias.msc /s"
  80. IconPath        = 11,,iasmmc.dll
  81. IconIndex       = 0
  82. SubDir          = %Snapin-Group-Name%
  83. Infotip         = "@%11%\iassdo.dll,-125000" 
  84. DisplayResource = "%11%\iassdo.dll",126000
  85.  
  86.  
  87. [IAS.Shortcut.Remove]
  88. Name      = %IAS_Shortcut_Display%, 0x2
  89. SubDir    = %Snapin-Group-Name%
  90.  
  91. [IAS.OldShortcut.Remove]
  92. Name      = %IAS_Old_Shortcut_Display%, 0x2
  93. SubDir    = %Snapin-Group-Name%
  94.  
  95. ;
  96. ; Service Install Sections
  97. ;
  98.  
  99. [IAS.AddService]
  100. DisplayName     = %IAS_Display%
  101. ServiceType     = 0x20
  102. StartType       = 2
  103. ErrorControl    = 1
  104. ServiceBinary   = "%%SystemRoot%%\System32\svchost.exe -k netsvcs"
  105. Dependencies    = RPCSS
  106. AddReg          = IAS.AddService.AddReg
  107. Description     = %IAS_Desc%
  108. DelReg          = IAS.AddService.DelReg 
  109.  
  110. [DestinationDirs] 
  111. IAS.AddService.CopyFiles = 11, "ias"
  112.   
  113. [IAS.AddService.CopyFiles]
  114. ias.mdb,,,16 ;Don't overwrite if already present
  115.  
  116. [IAS.AddService.CopyFiles.Security]
  117. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
  118.  
  119. [IAS_EventLogInstallSection]
  120. AddReg=IAS_Eventlog_AddReg
  121. DelReg=IAS_Eventlog_DelReg
  122.  
  123. [IAS.AddService.AddReg]
  124. HKR, Parameters, ServiceDll, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\ias.dll"
  125. HKR, Parameters, Allow SNMP Set, %REG_DWORD%, 0
  126.  
  127. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, EventMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\iassvcs.dll;%%SystemRoot%%\System32\mprmsg.dll"
  128. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, ParameterMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\iassvcs.dll"
  129. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, TypesSupported, %REG_DWORD%, 0x0000001f
  130. HKLM, System\CurrentControlSet\Services\RemoteAccess\Policy, "Allow LM Authentication", 0x00010003, 0
  131.  
  132.  
  133. [IAS.AddService.DelReg]
  134. HKLM, SOFTWARE\Microsoft\INetMgr\Parameters\AddOnServices, "IAS"
  135. HKLM, System\CurrentControlSet\Services\EventLog\Application\IAS
  136.  
  137. [IAS.DelReg]
  138. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS
  139.  
  140. [IAS.Upgrade]
  141. ; Nothing here. This just prevents the upgrade from failing on a
  142. ; "Section Not Found" error. Do not remove the upgrade section
  143. [Strings]
  144. Msft = "Microsoft"
  145. IAS_Display = "Internet Authentication Service"
  146. IAS_Desc = "Manages authentication, authorization, auditing, and accounting for virtual private network (VPN), dial-up, 802.1x wireless or Ethernet switch connection attempts sent by access servers that are compatible with the IETF RADIUS protocol. If this service is stopped, users might be unable to obtain a VPN, dial-up, wireless, or Ethernet connection to the network. If this service is disabled, any services that explicitly depend on it will fail to start."
  147. Snapin-Group-Name = "Administrative Tools"
  148. IAS_Shortcut_Display = "Internet Authentication Service"
  149. IAS_Old_Shortcut_Display = "Old W2K Internet Authentication Service String"  ; this is needed by certain localized languages
  150.  
  151. REG_MULTI_SZ  = 0x10000
  152. REG_EXPAND_SZ = 0x20000
  153. REG_DWORD     = 0x10001
  154.